Configuring Individual ini File Parameters

The syntax for configuring individual ini file parameters in the ini file is as follows:

An optional, subsection name (or group name) enclosed in square brackets "[...]". This is used to conveniently group similar parameters by their functionality.
Parameter name, followed by an equal "=" sign and then its value.
Comments must be preceded by a semicolon ";".
[optional subsection name]
parameter name = value
parameter name = value
; this is a comment line
; for example:
[System Parameters]
SyslogServerIP = 10.13.2.69
EnableSyslog = 1

For general ini file formatting rules, see General ini File Formatting Rules.